@font-face {
    font-family: montserratlight;
    src: url(../fonts/montserrat-light.woff2) format("woff2"), url(../fonts/montserrat-light.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: montserratmedium;
    src: url(../fonts/montserrat-medium.woff2) format("woff2"), url(../fonts/montserrat-medium.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: montserratregular;
    src: url(../fonts/montserrat-regular.woff2) format("woff2"), url(../fonts/montserrat-regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: montserratsemibold;
    src: url(../fonts/montserrat-semibold.woff2) format("woff2"), url(../fonts/montserrat-semibold.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: montserratbold;
    src: url(../fonts/montserrat-bold.woff2) format("woff2"), url(../fonts/montserrat-bold.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
html {
    font-size: 62.5%;
}
body {
    font-family: montserratmedium, sans-serif;
    background: #fff;
    margin: 0;
    font-size: 1.8rem;
    line-height: 2.6rem;
    color: #181a1c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-overflow-style: scrollbar;
    overflow-x: hidden;
}
h1 {
    font-size: 3rem;
    font-weight: 400;
}
h2 {
    font-size: 3rem;
    font-weight: 400;
}
h3 {
    font-size: 1.8rem;
    font-weight: 400;
}
h4 {
    font-size: 1.375rem;
    font-weight: 400;
}
h5 {
    font-size: 1.125rem;
    font-weight: 400;
}
a,
a:focus {
    color: #100300;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #000;
}
p a {
    text-decoration: none;
}
p a:hover {
    text-decoration: underline;
}
img {
    max-width: 100%;
    height: auto;
}
button:focus,
input:focus,
textarea:focus {
    outline: 0;
    box-shadow: none;
}
textarea.form-control {
    height: auto;
}
.row-sm-padding {
    margin-left: -5px;
    margin-right: -5px;
}
.row-sm-padding > .col,
.row-sm-padding > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.container-fluid {
    max-width: 1600px;
}
svg:not(:root) {
    overflow: hidden;
}
#scrollUp {
    bottom: 240px;
    right: 20px;
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 99999;
    display: none;
}
#scrollUp,
a#scrollUp {
    background: url(../images/got-to-top.png) no-repeat center;
}
.main-menu {
    -webkit-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
    position: relative;
    -webkit-box-shadow: 2px 5px 5px 0 rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 2px 5px 5px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 2px 5px 5px 0 rgba(0, 0, 0, 0.18);
}
.main-menu .navbar {
    margin: 0 auto;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 1rem 3.125rem;
    -webkit-transition: padding 0.3s ease-out;
    transition: padding 0.3s ease-out;
}
@media only screen and (max-width:767px){
.navbar-nav.align-items-center {
    -ms-flex-align: start!important;
    align-items: start!important;
}
}
@media only screen and (min-width:1000px) and (max-width: 1600px){
.navbar-nav .btn-all{
    min-width: 130px;
    height: 40px;
    line-height: 40px;
}
}
@media only screen and (min-width:1500px) and (max-width: 1990px){
.scroll-fixed.main-menu .navbar-brand img{max-width: 150px!important;}
.scroll-fixed.main-menu .navbar {
    padding: 1rem 3rem!important;
}
}
.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.main-menu .navbar-brand img {
    max-width: 175px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.main-menu .navbar-nav .nav-link {
    font-size: 1.8rem;
    color: #000;
    padding-right: 1.9rem;
    padding-left: 1.9rem;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}
.main-menu .navbar-nav .dropdown-toggle::after {
    border: none;
    width: 11px;
    height: 7px;
    background: url(../images/sprite.png) no-repeat 0 -119px;
    position: absolute;
    right: 0;
    top: 15px;
}
.main-menu.scroll-fixed .navbar-nav .nav-link {
    color: #fff;
}
.main-menu .navbar-nav .active.nav-link,
.main-menu .navbar-nav .nav-link:hover {
    color: #c32329;
}
.navbar-close {
    display: none;
}
.main-menu .navbar-collapse {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.main-menu .navbar-nav .nav-link {
    position: relative;
}
.main-menu .navbar-nav .nav-link:before {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    bottom: -1px;
    display: block;
    height: 2px;
    width: 0;
    content: "";
    background-color: #c3221d;
    left: 50%;
    transform: translate(-50%, 0);
}
.main-menu .navbar-nav .active a:before,
.main-menu .navbar-nav .nav-link:hover:before {
    opacity: 1;
    width: 32px;
}
.scroll-fixed {
    background-color: rgba(0, 0, 0, 0.85);
    position: fixed;
}
.navbar-logo.scroll-fixed {
    background-color: transparent;
}
.scroll-fixed.main-menu .navbar-brand img {
    max-width: 85px;
}
.scroll-fixed.main-menu .navbar {
    padding: 2rem 1rem;
}
.main-menu .navbar-nav .menu-dropdown.open a.nav-link {
    background: #050505;
}
.menu-dropdown .dropdown-menu {
    background: #050505;
    padding: 10px 5px;
    margin: -1px 0 0 0;
}
.menu-dropdown .dropdown-menu li a {
    color: #fff;
    padding: 5px 0;
    display: block;
    position: relative;
    padding-left: 15px !important;
    font-size: 1rem !important;
}
.menu-dropdown .dropdown-menu li a:before {
    position: absolute;
    left: 0;
    content: "";
    top: 50%;
    transform: translate(0, -50%);
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/nav-arrow.png) no-repeat;
}
.menu-dropdown .dropdown-menu li a:hover {
    color: #c32329;
}
.main-menu .navbar-nav .dropdown-menu .dropdown-item,
.main-menu .navbar-nav .menu-dropdown .dropdown-menu .nav-link {
    font-size: 1.8rem;
}
.main-menu .navbar-nav .dropdown-menu .dropdown-item {
    padding: 10px 30px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    min-width: 200px;
}
.main-menu .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #fff;
    background: #c33;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.main-menu .navbar-nav .dropdown-menu {
    padding: 0;
    border: none;
    padding-bottom: 20px;
    -webkit-box-shadow: 0 5px 8px 3px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 5px 8px 3px rgba(0, 0, 0, 0.24);
    box-shadow: 0 5px 8px 3px rgba(0, 0, 0, 0.24);
}
.linkedIn {
    display: block;
    width: 50px;
    height: 50px;
    border: 2px solid #d2d4d7;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.linkedIn svg {
    width: 20px;
    height: 20px;
    fill: #0077b5;
}
.linkedIn:hover {
    background: #c33;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border: 2px solid #c33;
}
.linkedIn:hover svg {
    fill: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.login-hld {
    display: block;
    min-width: 120px;
    font-size: 1.6rem;
    height: 50px;
    border: 2px solid #c33;
    text-align: center;
    font-family: montserratsemibold, sans-serif;
    color: #c33;
    text-transform: uppercase;
    line-height: 45px;
    margin-left: 10px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.login-hld:hover {
    color: #fff;
    background: #c33;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.banner-hld {
    position: relative;
}
a.scroll-down-arrow {
    display: block;
    position: absolute;
    width: 21px;
    height: 21px;
    background: url(../images/scroll-down-arrow.png);
    bottom: 20px;
    left: 50%;
    z-index: 9;
    transform: translate(-50%, 0);
}
#myCarousel a span {
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
    padding: 5px 5px 5px 5px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    transition: all 0.4s ease;
}
#myCarousel a span img {
    display: block;
}
#myCarousel a span:hover {
    background: #c32329;
    border-color: #c32329;
    transition: all 0.4s ease;
}
#myCarousel .carousel-indicators .active {
    background: #c32329;
}
#myCarousel .carousel-control-next,
#myCarousel .carousel-control-prev {
    width: 7%;
}
#myCarousel a span svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}
#myCarousel .carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 2.4rem;
    height: 100%;
}
#myCarousel .carousel-caption h2 {
    /* font-size: 5.5rem; */
    /* line-height: 6.5rem; */
    font-size: 3.5rem;
    line-height: 1.4;
    margin-bottom: 30px;
    font-family: montserratregular, Arial, sans-serif;
}
#myCarousel .carousel-caption .white-banner {
    color: #000;
}
.btn-all {
    min-width: 200px;
    height: 54px;
    text-align: center;
    text-transform: uppercase;
    line-height: 54px;
    font-size: 1.6rem;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.btn-red {
    background: #c32429;
    color: #fff;
    border: 1px solid #c32429;
}
.btn-red:hover {
    background: #fff;
    color: #c32429;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border: 1px solid #c32429;
}
.btn-white {
    background: #fff;
    color: #c32429;
    border: 1px solid #fff;
}
.btn-white:hover {
    background: #c32429;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border: 1px solid #c32429;
}
.carousel-indicators li {
    background-color: rgba(0, 0, 0, 0.5);
}
.img-block {
    border-radius: 7px;
    overflow: hidden;
    margin: 0;
    text-align: right;
}
.img-block img {
    width: 100%;
}
.section-padding {
    padding: 100px 0;
}
.main-heading {
    position: relative;
    font-size: 4rem;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-family: montserratregular, sans-serif;
    line-height: 4rem;
}
.main-heading:after {
    position: absolute;
    width: 70px;
    height: 3px;
    background: #c32429;
    bottom: 0;
    left: 0;
    content: "";
}
.center-heading.main-heading:after {
    left: 50%;
    transform: translate(-50%, 0);
}
.mb-60 {
    margin-bottom: 90px;
}
.color-red {
    color: #c32429;
}
.bg-red {
    background-color: #c32429;
}
.bg-red.border-none {
    border-color: #c32429;
}
.bg-gray {
    background: #f5f5f5;
}
.testimonial-hld.section-padding {
    padding: 80px 0;
}
.testimonial-hld .container {
    position: relative;
}
.testimonial-hld .container:after,
.testimonial-hld .container:before {
    content: "";
    width: 180px;
    height: 237px;
    display: block;
    position: absolute;
    background: url(../images/testi-quote-top.png) no-repeat;
    top: 0;
    left: 0;
    background-size: 100%;
}
.testimonial-hld .container:after {
    background: url(../images/testi-quote-bottom.png) no-repeat bottom;
    bottom: 0;
    right: 0;
    top: auto;
    left: auto;
    background-size: 100%;
}
.testimonial-hld .carousel-item {
    margin-bottom: 100px;
}
.testimonial-hld figure {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 40px;
}
.testimonial-hld .carousel-item p span {
    display: block;
    color: #c32429;
}
.testimonial-hld .carousel-indicators li {
    background: #ababab;
}
.testimonial-hld .carousel-indicators li.active {
    background: #ef4a25;
}
.our-impact-hld {
    background-image: url(../images/impact-bg.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}
.icon-block {
    border-radius: 5px;
    border: 1px solid #181a1c;
    min-height: 340px;
    padding: 40px;
    background: #fff;
    overflow: hidden;
    position: relative;
}
.icon-block.bg-red {
    background-color: #c32429;
}
.icon-block .icon-hld {
    width: 110px;
    height: 110px;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
}
.environment-block {
    background-position: top right;
}
.blank-block {
    background-position: right -604px;
}
.social-block {
    background-position: right -200px;
}
.governance-block {
    background-position: right -400px;
}
.icon-block .icon-caption {
    position: relative;
    font-family: montserratsemibold, sans-serif;
    font-size: 2.4rem;
    padding-bottom: 23px;
    margin-top: 60px;
}
.icon-block .icon-caption:after {
    position: absolute;
    width: 24px;
    height: 3px;
    background: #c3221d;
    bottom: 0;
    content: "";
    transform: translate(-50%, 0);
    left: 50%;
}
.insights-hld {
    background-image: url(../images/insights-bg.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}
.insights-hld figure:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
    left: 0;
    top: 0;
    content: "";
    z-index: 1;
}
.insights-hld figcaption.icon-caption {
    font-family: montserratbold, sans-serif;
    position: absolute;
    bottom: 15px;
    color: #fff;
    padding: 0;
    margin: 0;
    left: 20px;
    line-height: 3rem;
    z-index: 2;
}
.insights-hld figure {
    background-size: cover;
    background-position: center center;
    min-height: 340px;
    background-size: cover;
}
.insights-hld figcaption.icon-caption:after {
    display: none;
}
.insights-1 {
    background: url(../images/insight-1.jpg) no-repeat;
}
.insights-2 {
    background: url(../images/insight-2.jpg) no-repeat;
}
.insights-3 {
    background: url(../images/insight-3.jpg) no-repeat;
}
.insights-4 {
    background: url(../images/insight-4.jpg) no-repeat;
}
.news-category {
    font-size: 1.6rem;
    color: #c3221d;
    margin-top: 18px;
    display: block;
}
.news-block-hld figure {
    margin: 0;
    border-radius: 5px;
    overflow: hidden;
}
.news-block-hld .news-heading {
    max-height: 80px !important;
    min-height: 80px !important;
}
.news-heading {
    font-size: 2rem;
    font-family: montserratsemibold, sans-serif;
    margin-top: 20px;
    margin-bottom: 25px;
    line-height: 2.6rem;
    text-align: left;
}
.news-date {
    color: #484a4d;
    font-size: 1.6rem;
   
}
.news-date1 {
    color: #484a4d;
    font-size: 1.6rem;
   padding-top: 28px;
}
.news-date span {
    width: 17px;
    height: 17px;
    background: url(../images/sprite.png) no-repeat;
    background-position: left -186px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.news-date1 span {
    width: 17px;
    height: 17px;
    background: url(../images/sprite.png) no-repeat;
    background-position: left -186px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.custome-carousel.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
}
.custome-carousel.owl-theme .owl-nav {
    margin: 0;
}
.custome-carousel.owl-carousel .owl-nav button.owl-next:focus,
.custome-carousel.owl-carousel .owl-nav button.owl-prev:focus {
    border: none;
    outline: 0;
}
.custome-carousel.owl-carousel .owl-nav button.owl-next span,
.custome-carousel.owl-carousel .owl-nav button.owl-prev span {
    background: url(../images/sprite.png) no-repeat;
    background-position: -1px -304px;
    width: 52px;
    height: 52px;
    display: block;
    border: 2px solid #ebedee;
    border-radius: 50%;
    transition: background 0.5s;
}
.custome-carousel.owl-carousel .owl-nav button.owl-next span {
    background-position: -1px -421px;
}
.custome-carousel.owl-carousel .owl-nav button.owl-prev span:hover {
    border-color: #e31e24;
    background-position: -55px -304px;
    transition: background 0.5s;
}
.custome-carousel.owl-carousel .owl-nav button.owl-next span:hover {
    border-color: #e31e24;
    background-position: -55px -421px;
    transition: background 0.5s;
}
.owl-carousel .owl-nav button.owl-prev {
    float: left;
    margin-left: -60px;
}
.owl-carousel .owl-nav button.owl-next {
    float: right;
    margin-right: -60px;
}
footer .btn,
header .btn {
    padding: 6px 12px;
}
footer {
    background: #181a1c;
    color: #fff;
    margin-top: 100px;
}
footer .gray-bg-footer {
    background: #f2f4f8 !important;
}
footer .gray-bg-footer li a {
    color: #181a1c;
    font-size: 1rem;
    transition-duration: 0.2s;
}
footer li a {
    color: #fff;
    transition-duration: 0.2s;
    font-size: 1.6rem;
    line-height: 1.8rem;
}
footer li {
    line-height: 1.8rem;
}
footer a:focus,
footer a:hover {
    color: #c32429;
    text-decoration: none;
}

footer a:focus
 {
    color: #fff !important;
    text-decoration: none;
}
footer .copy {
    font-size: 12px;
    padding: 10px;
    border-top: 1px solid #2e3133;
}
.footer-middle {
    padding-top: 2em;
    color: #fff;
}
footer .footer-logo {
    max-width: 200px;
}
.inner-banner-hld figure {
    position: relative;
}
.inner-banner-hld h1 {
    font-size: 6rem;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.inner-body-hld .main-body-container {
    padding: 40px 50px;
}
.inner-body-hld .main-body-container .breadcrumb-hld .breadcrumb {
    border-radius: 0;
    background: 0 0;
    font-size: 1.4rem;
    padding: 0;
    margin: 0;
}
@media only screen and (min-width: 1300px) {
    .container {
        width: 1280px;
        max-width: 1280px;
    }
}
@media only screen and (min-width: 1400px) {
    .img-content-block .container {
        width: 1380px;
        max-width: 1380px;
    }
    .testimonial-hld .container {
        width: 1280px;
        max-width: 1280px;
    }
}
@media only screen and (min-width: 1600px) {
    .img-content-block .container {
        width: 1580px;
        max-width: 1580px;
    }
    #myCarousel .carousel-caption .container {
        width: 1400px;
        max-width: 1400px;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1198px) {
    .main-menu .navbar {
        padding: 1.25rem 1.875rem;
    }
    .main-menu .navbar-nav .nav-link {
        padding-right: 0;
        font-size: 1.5rem;
        padding-left: 1.7rem;
    }
    .main-menu .navbar-brand img {
        max-width: 100px;
    }
    .main-menu .navbar-nav .dropdown-toggle::after {
        right: -12px;
        top: 13px;
    }
    .linkedIn {
        width: 35px;
        height: 35px;
    }
    .login-hld {
        min-width: 70px;
        height: 35px;
        line-height: 32px;
        margin-left: 5px;
    }
    #myCarousel .carousel-caption h2 {
        font-size: 4rem;
        line-height: 5rem;
    }
    .owl-carousel .owl-nav button.owl-prev {
        float: left;
        margin-left: -40px;
    }
    .owl-carousel .owl-nav button.owl-next {
        float: right;
        margin-right: -40px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1460px) {
    .main-menu .navbar {
        padding: 1.25rem 1.875rem;
    }
    .main-menu .navbar-nav .nav-link {
        padding-right: 2.5rem;
        font-size: 1.6rem;
        padding-left: 2.5rem;
    }
    .main-menu .navbar-brand img {
        max-width: 100px;
    }
    .main-menu .navbar-nav .dropdown-toggle::after {
        right: -5px;
        top: 13px;
    }
    .linkedIn {
        width: 35px;
        height: 35px;
    }
    .login-hld {
        min-width: 100px;
        height: 35px;
        line-height: 32px;
        margin-left: 10px;
    }
}
@media only screen and (max-width: 1023px) {
    .navbar-expand .navbar-nav .dropdown-menu {
        position: relative;
        left: 0;
        background: #1a1918;
        display: block;
        border-radius: 0;
        padding-bottom: 0;
        margin-bottom: 10px;
    }
    .main-menu .navbar-nav .dropdown-menu .dropdown-item {
        color: #fff;
        font-family: montserratregular, sans-serif;
    }
    .main-menu .navbar .navbar-collapse .navbar-nav {
        overflow-x: hidden;
    }
    .menu-dropdown .dropdown-menu li a {
        padding: 15px 0;
    }
    .push-menu-body {
        overflow: hidden;
    }
    .main-menu .navbar .navbar-logo {
        z-index: 999;
        width: 100%;
        top: 0;
        right: 0;
        left: 0;
        padding: 0.75rem 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition: background 0.3s ease-out;
        transition: background 0.3s ease-out;
    }
    .main-menu .navbar-expand .navbar-toggler {
        display: block;
        padding: 0;
    }
    .main-menu .navbar-expand .navbar-toggler svg,
    .navbar-close svg {
        width: 30px;
        height: 30px;
    }
    .main-menu .navbar-expand .navbar-toggler path,
    .navbar-close path {
        fill: #c32329;
    }
    .navbar-close {
        width: 45px;
        height: 45px;
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        padding: 10px 5px;
        z-index: 9;
    }
    .main-menu .navbar .navbar-collapse {
        padding: 20px;
        height: 100%;
        z-index: 1020;
        position: fixed;
        right: 0;
        width: 300px;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.95);
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        pointer-events: none;
        will-change: transform;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        -webkit-transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    }
    .main-menu .navbar .navbar-collapse .navbar-nav {
        max-height: 100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .main-menu .navbar-nav .nav-link {
        font-size: 1.8rem;
        padding: 0.9375rem 1.2rem;
        color: #fff;
        padding-left: 0;
    }
    .main-menu .navbar-nav .active.nav-link:before,
    .main-menu .navbar-nav .nav-link:hover:before {
        left: 0;
        transform: translate(0, 0);
    }
    .main-menu .navbar-expand.push-menu-visible .navbar-collapse {
        pointer-events: all;
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        padding-top: 40px;
    }
    .backdrop {
        animation-duration: 1s;
        animation-fill-mode: both;
        animation-name: fadeIn;
        background: rgba(0, 0, 0, 0.6);
        z-index: 1000;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .scroll-fixed.navbar-logo {
        background-color: rgba(0, 0, 0, 0.85);
    }
    .scroll-fixed.navbar-logo .navbar-brand img {
        max-width: 57px;
    }
    .main-menu .navbar {
        padding: 0.5rem 1rem;
    }
    .menu-social-hld .login-hld {
        display: none;
    }
    .login-hld {
        min-width: 30px;
        width: 30px;
        height: 30px;
        border: none;
        margin-left: 0;
        margin-right: 15px;
    }
    .login-hld svg {
        width: 100%;
        height: 100%;
        fill: #c33;
    }
    .login-hld:hover {
        background: 0 0;
    }
    .menu-social-hld {
        padding-left: 1.5rem;
    }
    #myCarousel .carousel-control-next,
    #myCarousel .carousel-control-prev {
        display: none;
    }
    .content-block {
        padding: 0;
    }
    .insights-hld,
    .our-impact-hld {
        background-image: none;
    }
    .center-heading.main-heading:after {
        left: 0;
        transform: translate(0, 0);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-menu .navbar-brand img {
        max-width: 100px;
    }
    #myCarousel .carousel-caption .container {
        max-width: 850px;
    }
    #myCarousel .carousel-caption h2 {
        font-size: 3rem;
        line-height: 3.5rem;
        margin-bottom: 15px;
    }
    #myCarousel .carousel-caption {
        font-size: 1.8rem;
    }
    .section-padding,
    .testimonial-hld.section-padding {
        padding: 50px 0;
    }
    .main-heading {
        margin-bottom: 20px;
        font-size: 3.8rem;
        line-height: 3.8rem;
    }
    .testimonial-hld .container:after,
    .testimonial-hld .container:before {
        display: none;
    }
    .testimonial-hld .carousel-item {
        margin-bottom: 50px;
    }
    .owl-carousel .owl-nav button.owl-prev {
        float: left;
        margin-left: -30px;
    }
    .owl-carousel .owl-nav button.owl-next {
        float: right;
        margin-right: -30px;
    }
}
@media only screen and (max-width: 767px) {
    .main-menu .navbar-brand img {
        max-width: 90px;
    }
    .main-menu .navbar {
        padding: 0;
    }
    .main-menu .navbar .navbar-collapse {
        width: 270px;
        padding: 20px;
    }
    .main-menu .navbar .navbar-logo {
        padding: 1rem 1.5rem;
        width: 100%;
        position: relative;
    }
    .main-menu .navbar .navbar-logo.scroll-fixed {
        position: fixed;
    }
    #myCarousel .carousel-caption {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        background: #000;
    }
    #myCarousel .carousel-caption .container {
        padding: 0;
    }
    #myCarousel .carousel-caption h2 {
        font-size: 3rem;
        line-height: 3.5rem;
        margin-bottom: 10px;
    }
    #myCarousel .carousel-caption {
        font-size: 1.8rem;
        min-height: 300px;
    }
    #myCarousel .carousel-caption .white-banner {
        color: #fff;
    }
    .btn-all {
        min-width: 150px;
        height: 40px;
        line-height: 40px;
    }
    .carousel-indicators {
        bottom: 10px;
    }
    .carousel-caption {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .carousel-indicators li {
        background-color: rgba(255, 255, 255, 0.5);
    }
    .section-padding,
    .testimonial-hld.section-padding {
        padding: 30px 0;
    }
    .main-heading {
        margin-bottom: 25px;
        font-size: 2.8rem;
        padding-bottom: 15px;
        line-height: 2.8rem;
    }
    .mb-60 {
        margin-bottom: 30px;
    }
    .testimonial-hld .container:after,
    .testimonial-hld .container:before {
        display: none;
    }
    .testimonial-hld .carousel-item {
        margin-bottom: 50px;
    }
    .icon-block {
        border-radius: 5px;
        border: 1px solid #181a1c;
        min-height: 211px;
        max-width: 340px;
        padding: 15px;
    }
    .insights-hld figure {
        min-height: 211px;
    }
    .icon-block .icon-caption {
        font-size: 1.8rem;
        margin-top: 15px;
        padding-bottom: 15px;
    }
    .insights-hld figcaption.icon-caption {
        left: 10px;
        bottom: 15px;
        font-size: 1.8rem;
        line-height: 2rem;
    }
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        margin: 0;
    }
    .inner-banner-hld h1 {
        position: relative;
        padding: 20px;
        font-size: 3rem;
        background: #000;
        text-align: center;
        top: 0;
        left: 0;
        transform: translate(0, 0);
    }
    .center-heading.main-heading:after {
        left: 0;
        transform: translate(0, 0);
    }
}
.login-btn .nav-link{
    padding: 3px 20px!important;
}
.login-btn{
        border: 2px solid #d2d4d7;
}

.login-btn a .main-menu .navbar-nav .active a:before, .main-menu .navbar-nav .nav-link:hover:before {
    opacity: 1;
    width: 0;
}
.login-btn a {
    color: #c32329 !important;
    transition: .8s all;
}

.login-btn a:hover {
    background: #c32329 !important;
    color: #fff!important; 
}




